From: Cam Cook Date: Thu, 8 Dec 2022 12:16:22 +0000 (+0000) Subject: Various spelling mistakes across a few domains that show up in documentation. X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~55^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6bfb35f0473f7b242284bb5b9daf54e007350858;p=gtk4.git Various spelling mistakes across a few domains that show up in documentation. --- diff --git a/gdk/gdkdevicetool.c b/gdk/gdkdevicetool.c index e112926e59..1869cc348d 100644 --- a/gdk/gdkdevicetool.c +++ b/gdk/gdkdevicetool.c @@ -197,7 +197,7 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool) * * Gets the hardware ID of this tool, or 0 if it's not known. * - * When non-zero, the identificator is unique for the given tool model, + * When non-zero, the identifier is unique for the given tool model, * meaning that two identical tools will share the same @hardware_id, * but will have different serial numbers (see * [method@Gdk.DeviceTool.get_serial]). @@ -205,9 +205,9 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool) * This is a more concrete (and device specific) method to identify * a `GdkDeviceTool` than [method@Gdk.DeviceTool.get_tool_type], * as a tablet may support multiple devices with the same - * `GdkDeviceToolType`, but different hardware identificators. + * `GdkDeviceToolType`, but different hardware identifiers. * - * Returns: The hardware identificator of this tool. + * Returns: The hardware identifier of this tool. */ guint64 gdk_device_tool_get_hardware_id (GdkDeviceTool *tool) diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index f5757cd1ba..08730eb4da 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -864,7 +864,7 @@ gtk_list_box_select_row (GtkListBox *box, /** * gtk_list_box_unselect_row: * @box: a `GtkListBox` - * @row: the row to unselected + * @row: the row to unselect * * Unselects a single row of @box, if the selection mode allows it. */ diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index af726745b6..73a5fe0a65 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -1051,7 +1051,7 @@ gtk_menu_button_get_icon_name (GtkMenuButton *menu_button) /** * gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow) * @menu_button: a `GtkMenuButton` - * @always_show_arrow: hether to show a dropdown arrow even when using an icon + * @always_show_arrow: whether to show a dropdown arrow even when using an icon * * Sets whether to show a dropdown arrow even when using an icon or a custom * child. diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 315bfe196f..341dfd7f38 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -6595,7 +6595,7 @@ gtk_notebook_set_tab_label_text (GtkNotebook *notebook, * @child. * * Returns: (nullable): the text of the tab label, or %NULL if - * the tab label idget is not a `GtkLabel`. The string is owned + * the tab label widget is not a `GtkLabel`. The string is owned * by the widget and must not be freed. */ const char * @@ -6983,7 +6983,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook, * Sets whether the tab can be detached from @notebook to another * notebook or widget. * - * Note that two notebooks must share a common group identificator + * Note that two notebooks must share a common group identifier * (see [method@Gtk.Notebook.set_group_name]) to allow automatic tabs * interchange between them. *